Batch 3 - Class 254 - Pigeonhole Principle


(zoom)

Pre-Class Exercise

Attendance    Advay, Vansh, Raghav, Angad, Ayush, Aneesh, Shikhar, Rohan, Rehaan, SiddharthT, Arjun, Harshiet, Vivaan, Aarkin, SiddhantJ, Rhea, Anshi, Kushagra, Kabir, Mihir, Aashvi

Class Notes: (Repeat from Class 46-47)

Review of Computational Thinking - Key elements 
Abstraction: There is a graph, with nodes and edges. Abstraction involves focusing on what is important and ignoring the rest - for example, we have not shown how much each tourist attraction cost for entry.
Generalization: Both problems are similar problems - ask students in what respect. Both problems involved going from one point to all other points and coming back to the original problem.
Algorithm: The method to solve the problem. How did you go about traversing the graph? For this kind of the problem, depth first is an intuitive route - you go down a path as far as you can and you backtrack if its the wrong path and try another one. 
Pattern Matching: It seems that we can solve any "route finding" problem by drawing a graph for that - this is pattern matching.

Patterns we have looked at so far
Today we will look at another pattern - pigeon hole principle


(MC - Chapter 4)
Explain basic Pigeonhole principle: If we put N+1 or more pigeons into N pigeon holes, then some pigeon hole must contain two or more pigeons.


Homework

References:  
               Mathematical Circles (Russian Experience), by Dmitri Fomin, Sergey Genkin, Ilia Itenberg
               Haverford College Problem Solving group - http://blogs.haverford.edu/mathproblemsolving/files/2010/05/4.2-Pigeonhole-Solutions.pdf?file=2010/05/4.2-Pigeonhole-Solutions.pdf